home *** CD-ROM | disk | FTP | other *** search
- on maccopy
- openXLib(":Xtras:macxtra:filecopy")
- set fileName to the pathName & "screens:" & the name of cast the mouseCast
- if fileName > EMPTY then
- put fileName
- set loc to "desktop folder:"
- set wFileName to doSaveAsDlg(loc & the name of cast the mouseCast, "Tiff files@*.tif")
- if wFileName > EMPTY then
- put wFileName
- set result to copyFile(wFileName, fileName)
- put result
- end if
- end if
- closeXLib(":Xtras:macxtra:filecopy")
- abort()
- end
-